home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / IDEIDE.PAK / IDEAE.DLL / string.txt
Text File  |  1997-05-06  |  4KB  |  118 lines

  1. 4097    Preprocessor nesting level too deep
  2. 4098    #ELSE without prior #IFDEF
  3. 4099    #ENDIF without prior #IFDEF
  4. 4100    #ENDIF expected
  5. 4101    Unable to open script: @2
  6. 4102    Unknown preprocessor directive: @2
  7. 4103    Unable to open include file: @2
  8. 4104    Missing ')' in macro: '@2'.
  9. 4105    #ERROR: @2.
  10. 4106    Macro '@2' must have less than 16 arguments.
  11. 4107    Macro expansion text for '@2' is too large.
  12. 4108    Wrong number of arguments in call to macro: '@2'.
  13. 4109    Module level code is too large.
  14. 4110    Unterminated string: @2.
  15. 4111    Improperly formatted character constant: '@2'
  16. 4112    Unexpected end of file due to an unterminated comment.
  17. 4113    End of comment encountered outside of a comment block.
  18. 4114    Recursive macro expansion of '@2' is too deep.
  19. 4116    Bad Token File
  20. 4117    Illegal character '@2' encountered
  21. 4118    Identifier exceeds maximum length
  22. 4119    '@2' is not a valid macro name
  23. 4126    Unexpected end of statement
  24. 4127    Unexpected end of line
  25. 4128    Unexpected end of file
  26. 4129    Unexpected ','
  27. 4130    Unexpected '.'
  28. 4131    Unexpected operator '@2'
  29. 4132    Token '@2' is unknown
  30. 4133    Syntax error
  31. 4134    ')' expected
  32. 4135    Invalid function definition
  33. 4136    Object expected
  34. 4137    Illegal or duplicate function name '@2'
  35. 4138    Identifier '@2' may clash with a global; use 'declare' to disambiguate
  36. 4139    Identifier '@2' already defined
  37. 4140    Cannot perform member selection on class-name '@2'
  38. 4141    Identifier '@2' reserved for future use.
  39. 4142    Constant objects must be initialized when declared
  40. 4143    Invalid or reserved identifier '@2'
  41. 4144    Break or continue has no enclosing loop
  42. 4145    Expression requires an lvalue
  43. 4148    GOTO to an unknown label
  44. 4149    A STEP value of 0 will result in an endless loop (use WHILE if this is desired)
  45. 4152    Parameter to LOAD must be a string
  46. 4153    Illegal opcode encountered
  47. 4154    Exception fault detected.  Script terminated.
  48. 4156    Stack Overflow
  49. 4157    @2
  50. 4158    A user-generated C++ exception was caught.  Script aborted.
  51. 4173    Uninitialized value on right hand side of assignment
  52. 4174    Attempt to use negative array index value
  53. 4175    Call to non-existent method '@2'
  54. 4176    Attempted method/property access using unallocated object
  55. 4177    Reference to non-existent property
  56. 4178    Attempt to create object of unknown type: @2
  57. 4179    Skipping WITH block since object is NULL
  58. 4180    Overwrite of pass-by-value parameter
  59. 4181    Cannot locate external variable '@2'.
  60. 4182    @2
  61. 4183    Returning from a module will override the standard return value of 'run'
  62. 4184    Unable to iterate in object '@2'
  63. 4185    Expression requires a numeric value (integer or floating point)
  64. 4186    Attempted divide by zero
  65. 4187    Attempted modulo by zero
  66. 4188    Unknown named argument '@2'
  67. 4189    Event handler has different argument count than original method
  68. 4196    Got '@1' when keyword '@2' was expected.
  69. 4197    Unexpected '@1'.
  70. 4198    Syntax error - '@1' was unexpected.
  71. 4199    Token @1 is unknown.
  72. 4200    @1 is only allowed inside of exception handlers
  73. 4201    Statement must be used at the Module Level
  74. 4202    String expected
  75. 4203    Symbol @1 is already defined
  76. 4204    ELSE without preceeding IF
  77. 4205    '|' expected
  78. 4206    Identifier expected
  79. 4207    Too many expressions in array initialization
  80. 4208    END encountered at module scope
  81. 4209    label expected
  82. 4246    Redefinition of module name/description
  83. 4296    Syntax error
  84. 4297    Got '@2' when '@3' was expected
  85. 4298    Unexpected '@2'
  86. 4299    Invalid block
  87. 4300    Unrecognized block
  88. 4301    Unknown Token
  89. 4302    Statement can only be used at module scope
  90. 4303    String expected
  91. 4304    Symbol already defined
  92. 4305    Default parameter must be last
  93. 4306    Too many defaults
  94. 4307    ELSE without preceeding IF
  95. 4308    Missing '('
  96. 4309    Missing ')'
  97. 4310    Identifier expected
  98. 4311    Missing term in expression
  99. 4312    '|' expected
  100. 4313    '.' expected
  101. 4314    Too many expressions in array initialization
  102. 4315    @2 is only allowed inside of exception handlers
  103. 4316    Label expected
  104. 4317    Nested functions are not allowed
  105. 4318    Nested event-handlers are not allowed
  106. 4319    'export' allowed only at module scope.
  107. 4320    '__const' is valid only for variables
  108. 4322    Got '@2' when an external type was expected
  109. 4323    Unmatched right brace '}'
  110. 4324    Iterator variable required
  111. 4325    Iterator object required
  112. 4326    Unknown base class
  113. 4327    Destructor name must match class name
  114. 4328    Destructors are only allowed at module and class scope
  115. 4329    Only '=' is allowed here
  116. 4330    Member selection ('.') not allowed in object declarations
  117. 4331    Import and export are mutually exclusive
  118.